:root {
    --brand-color: #fdcd7b;
    --primary-color: #ffffff;
    --secondary-color: #5b5049;
    --tertiary-color: #ffffff;

    --accent-color: #66b2e4;
    --attention-color: #ec5f65;
    --non-active-color: #b7b7b7;
    --non-active-helper-color: #666666;

    --box-color: #ffffff;
    --page-bg-color: #ffffff;
    --subpage-bg-color: #f8f8f8;

    --button-primary-color: #303030;
    --button-warning-color: #be725a;
    --button-helper-color: #ffffff;

    --form-primary-color: #5b5049;
    --form-secondary-color: #5b5049;

    --text-primary-color: #5b5049;
    --text-primary-helper-color: #000000;
    --text-secondary-color: #ffffff;
    --text-secondary-helper-color: #ffffff;
    --text-header-color: #ffffff;
    --text-footer-color: #ffffff;
}